Uses of Interface
com.cisco.pt.ipc.system.ScriptValue
Packages that use ScriptValue
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of ScriptValue in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return ScriptValueModifier and TypeMethodDescriptionIPCFactory.createScriptValueBool(EMEAScriptEngine eMEAScriptEngine, boolean value) IPCFactory.createScriptValueInt(EMEAScriptEngine eMEAScriptEngine, int value) IPCFactory.createScriptValueQString(EMEAScriptEngine eMEAScriptEngine, String value) IPCFactory.evaluate(EMEAScriptEngine eMEAScriptEngine, String program, String id) IPCFactory.evaluateFile(EMEAScriptEngine eMEAScriptEngine, String filepath) IPCFactory.globalObject(EMEAScriptEngine eMEAScriptEngine) IPCFactory.property(ScriptValue scriptValue, String name) Methods in com.cisco.pt.ipc with parameters of type ScriptValue -
Uses of ScriptValue in com.cisco.pt.ipc.system
Methods in com.cisco.pt.ipc.system that return ScriptValueModifier and TypeMethodDescriptionEMEAScriptEngine.createScriptValueBool(boolean value) Information provided by the PKI file:EMEAScriptEngine.createScriptValueInt(int value) Information provided by the PKI file:EMEAScriptEngine.createScriptValueQString(String value) Information provided by the PKI file:Information provided by the PKI file:EMEAScriptEngine.evaluateFile(String filepath) Information provided by the PKI file:EMEAScriptEngine.globalObject()Information provided by the PKI file:Information provided by the PKI file: -
Uses of ScriptValue in com.cisco.pt.ipc.system.impl
Classes in com.cisco.pt.ipc.system.impl that implement ScriptValueMethods in com.cisco.pt.ipc.system.impl that return ScriptValueModifier and TypeMethodDescriptionEMEAScriptEngineImpl.createScriptValueBool(boolean value) Information provided by the PKI file:EMEAScriptEngineImpl.createScriptValueInt(int value) Information provided by the PKI file:EMEAScriptEngineImpl.createScriptValueQString(String value) Information provided by the PKI file:Information provided by the PKI file:EMEAScriptEngineImpl.evaluateFile(String filepath) Information provided by the PKI file:EMEAScriptEngineImpl.globalObject()Information provided by the PKI file:Information provided by the PKI file: